bitkeeper revision 1.1168 (420b96c7tDX3WAggwXBacK-2DjNySg)
authorsos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>
Thu, 10 Feb 2005 17:15:51 +0000 (17:15 +0000)
committersos22@douglas.cl.cam.ac.uk <sos22@douglas.cl.cam.ac.uk>
Thu, 10 Feb 2005 17:15:51 +0000 (17:15 +0000)
Trap to debugger from a fatal trap.

xen/arch/x86/traps.c

index e23cea4b7b8bd0edec9101e2be7de9b11344fa66..cffdb59088e6ac1a4b070c31aa6ba5cedb0b0f1c 100644 (file)
@@ -127,6 +127,8 @@ asmlinkage void fatal_trap(int trapnr, struct xen_regs *regs)
     printk("System shutting down -- need manual reset.\n");
     printk("************************************\n");
 
+    debugger_trap_immediate();
+
     /* Lock up the console to prevent spurious output from other CPUs. */
     console_force_lock();